搜索
将视图的中心点定位到父视图坐标空间中的指定位置。
1position?: { 2 x: number 3 y: number 4}
1<Text 2 position={{ 3 x: 100, 4 y: 200 5 }} 6>Positioned Text</Text>